Upgrade react-dom-router in Airflow UI#60316
Merged
pierrejeambrun merged 2 commits intoapache:mainfrom Jan 13, 2026
Merged
Conversation
Member
Author
|
cc: @ephraimbuddy Just in case there is an RC2 for |
7c4bfbb to
3624e7e
Compare
bbovenzi
approved these changes
Jan 9, 2026
Contributor
|
Huh, this is causing a bunch of linting errors. Want to double check? |
Member
Author
|
No idea why my local pre-commits didn't catch this. I just pushed a fix. |
3624e7e to
020ad99
Compare
choo121600
approved these changes
Jan 12, 2026
3cf112c to
24a6bd2
Compare
dheerajturaga
approved these changes
Jan 12, 2026
choo121600
reviewed
Jan 13, 2026
airflow-core/src/airflow/ui/src/components/DagActions/DeleteDagButton.tsx
Show resolved
Hide resolved
24a6bd2 to
91acd7b
Compare
eladkal
approved these changes
Jan 13, 2026
91acd7b to
f91d7c8
Compare
Backport failed to create: v3-1-test. View the failure log Run details
You can attempt to backport this manually by running: cherry_picker 34bfa82 v3-1-testThis should apply the commit to the v3-1-test branch and leave the commit in conflict state marking After you have resolved the conflicts, you can continue the backport process by running: cherry_picker --continue |
pierrejeambrun
added a commit
to astronomer/airflow
that referenced
this pull request
Jan 13, 2026
* Upgrade react-dom-router in Airflow UI * Fix CI (cherry picked from commit 34bfa82)
Member
Author
|
Manual backport #60456 |
pierrejeambrun
added a commit
that referenced
this pull request
Jan 14, 2026
ephraimbuddy
pushed a commit
that referenced
this pull request
Jan 14, 2026
ephraimbuddy
pushed a commit
that referenced
this pull request
Jan 16, 2026
jason810496
pushed a commit
to jason810496/airflow
that referenced
this pull request
Jan 22, 2026
* Upgrade react-dom-router in Airflow UI * Fix CI
Merged
jhgoebbert
pushed a commit
to jhgoebbert/airflow_Owen-CH-Leung
that referenced
this pull request
Feb 8, 2026
* Upgrade react-dom-router in Airflow UI * Fix CI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We do not appear to be vulnerable to GHSA-2w69-qvjg-hvjx, but still upgrade for safety, and also to catch up with the
react-router-domversion of other UI components in this repo.